home *** CD-ROM | disk | FTP | other *** search
- " mix and match from test1 and test3 "
-
- _AddSlotsIfAbsent: (| myview. |)
- viewManager shutdown
- myview: aa view copy
- myview debugFlag: true
- myview name: 'An Algebra assistant named AA'
- myview area: (5@26)##(500@@500)
- myview realise
- myview map
-
- _AddSlotsIfAbsent: (| foo. bar. baz. hunk. junk. |)
-
- foo: aa boites vboite copy
- bar: aa boites htext make: 'Hello'
- baz: aa boites htext make: 'There'
- foo addEnd: bar
- foo addEnd: baz
- foo addEnd: aa boites hline copy thickness: 3
- foo addEnd: bar copy
- foo fixUpFonts: myview
- foo makeRequiredSizes
- foo printLine
-
- myview equationBoites: foo
- myview redraw
-
-
-
-
-
-
-
-
-
-
-